home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / miscellaneous / patch / patch2amitcp_4.3 / bin / rmsomefiles < prev    next >
Encoding:
Text File  |  1996-09-07  |  844 b   |  46 lines

  1. set on=Config_AmiTCP
  2. set nn=Config AmiTCP
  3.  
  4. ; Rename-delete Block
  5.     If Exists "AmiTCP:$on"
  6.         Rename "AmiTCP:$on" "AmiTCP:$nn"
  7.     Endif
  8.     If Exists "AmiTCP:$on.info"
  9.         Delete "AmiTCP:$on.info" Quiet Force
  10.     Endif
  11. ; End Rename-Replace Block
  12.  
  13. set on=HowToOrder
  14.  
  15. ; Delete Block
  16.     If Exists "AmiTCP:$on"
  17.         Delete "AmiTCP:$on" Quiet Force
  18.     Endif
  19.     If Exists "AmiTCP:$on.info"
  20.         Delete "AmiTCP:$on.info" Quiet Force
  21.     Endif
  22. ; End Block
  23.  
  24. ; 4.1 did not have read-me-first file.
  25. set on=README.FIRST.4.2
  26.  
  27. ; Delete Block
  28.     If Exists "AmiTCP:$on"
  29.         Delete "AmiTCP:$on" Quiet Force
  30.     Endif
  31.     If Exists "AmiTCP:$on.info"
  32.         Delete "AmiTCP:$on.info" Quiet Force
  33.     Endif
  34. ; End Block
  35.  
  36. set on=doc/fingerd.doc
  37.  
  38. ; Delete Block
  39.     If Exists "AmiTCP:$on"
  40.         Delete "AmiTCP:$on" Quiet Force
  41.     Endif
  42.     If Exists "AmiTCP:$on.info"
  43.         Delete "AmiTCP:$on.info" Quiet Force
  44.     Endif
  45. ; End Block
  46.